home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_hylafax.idb / usr / freeware / catman / u_man / cat1 / cqtest.Z / cqtest
Text File  |  2002-07-08  |  3KB  |  70 lines

  1. CQTEST(${MANNUM1_8})                 CQTEST(${MANNUM1_8})
  2.  
  3.  
  4.  
  5. NNAAMMEE
  6.        cqtest -    _H_y_l_a_F_A_X    copy quality checking test program
  7.  
  8. SSYYNNOOPPSSIISS
  9.        $${{SSBBIINN}}//ccqqtteesstt [    _o_p_t_i_o_n_s    ] input.tif
  10.  
  11. DDEESSCCRRIIPPTTIIOONN
  12.        _c_q_t_e_s_t  is a program for    testing    the copy quality checking
  13.        support in the  _H_y_l_a_F_A_X    software  (specifically,  in  the
  14.        _f_a_x_g_e_t_t_y(${MANNUM1_8})  program).   _c_q_t_e_s_t  takes a TIFF/F
  15.        (TIFF Class F) file and generates a new TIFF/F  file  that
  16.        is  a copy of the input file, but with any erroneous scan
  17.        lines replaced/regenerated.  In    addition,  _c_q_t_e_s_t  prints
  18.        diagnostic  messages  describing    its actions and    indicates
  19.        whether the input data has acceptable copy quality accord
  20.        ing  to    the  copy  quality checking threshold parameters.
  21.        Options are provided for    specifying copy    quality     checking
  22.        threshold parameters
  23.  
  24. OOPPTTIIOONNSS
  25.        --mm _b_a_d_l_i_n_e_s   Set  the  maximum    consecutive  bad lines of
  26.              data that may appear in each acceptable page
  27.              of     input    data.    This is    equivalent to the
  28.              MMaaxxCCoonnsseeccuuttiivveeBBaaddLLiinneess configuration parame
  29.              ter; c.f.    _h_y_l_a_f_a_x_-_c_o_n_f_i_g(${MANNUM4_5}).  By
  30.              default _c_q_t_e_s_t accepts no more than  5  con
  31.              secutive bad lines    in a page.
  32.  
  33.        --oo _f_i_l_e         Write  output to _f_i_l_e.  By    default    output is
  34.              written to    the file ccqq..ttiiff.
  35.  
  36.        --pp _%_g_o_o_d_l_i_n_e_s Set the minimum percentage    of ``good lines''
  37.              of     data  that may    appear in acceptable page
  38.              of    input data.  A line is good if it decodes
  39.              without error to a    row of pixels that is the
  40.              expected width.  This is equivalent  to  the
  41.              PPeerrcceennttGGooooddLLiinneess    configuration  parameter;
  42.              c.f.    _h_y_l_a_f_a_x_-_c_o_n_f_i_g(${MANNUM4_5}).     By
  43.              default _c_q_t_e_s_t requires that 95% of the rows
  44.              of    each page be good.
  45.  
  46. EEXXAAMMPPLLEESS
  47.        The following shows a multi-page, high-resolution document
  48.        with  a    single error on    each page.  Each page has accept
  49.        able copy quality using the default threshold  parameters.
  50.  
  51.        hyla% ${SBIN}/cqtest ~/tiff/pics/faxix.tif
  52.        1728 x 297, 7.7 line/mm,    1-D MR,    lsb-to-msb
  53.        RECV/CQ:    Bad 1D pixel count, row    245, got 1616, expected    1728
  54.        RECV: 2234 total    lines, 1 bad lines, 1 consecutive bad lines
  55.        1728 x 297, 7.7 line/mm,    1-D MR,    lsb-to-msb
  56.        RECV/CQ:    Bad 1D pixel count, row    148, got 3023, expected    1728
  57.        RECV: 2234 total    lines, 1 bad lines, 1 consecutive bad lines
  58.        1728 x 297, 7.7 line/mm,    1-D MR,    lsb-to-msb
  59.        RECV/CQ:    Bad 1D pixel count, row    151, got 1722, expected    1728
  60.        RECV: 2234 total    lines, 1 bad lines, 1 consecutive bad lines
  61.        1728 x 297, 7.7 line/mm,    1-D MR,    lsb-to-msb
  62.        RECV/CQ:    Bad 1D pixel count, row    148, got 1776, expected    1728
  63.        RECV: 2234 total    lines, 1 bad lines, 1 consecutive bad lines
  64.  
  65. SSEEEE AALLSSOO
  66.        _f_a_x_g_e_t_t_y(${MANNUM1_8}), _h_y_l_a_f_a_x_-_c_o_n_f_i_g(${MANNUM4_5})
  67.  
  68.  
  69.  
  70.